[INFO] fetching crate swizzleinator 0.2.1...
[INFO] fixing swizzleinator-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate swizzleinator 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate swizzleinator 0.2.1
[INFO] finished tweaking crates.io crate swizzleinator 0.2.1
[INFO] tweaked toml for crates.io crate swizzleinator 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate swizzleinator 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate swizzleinator 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc
[INFO] running `Command { std: "docker" "start" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking swizzleinator v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/lib.rs:35:46
[INFO] [stdout]    |
[INFO] [stdout] 35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | /     test_impl!(
[INFO] [stdout] 83 | |         ps4,
[INFO] [stdout] 84 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 85 | |         Deswizzle,
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |         false
[INFO] [stdout] 92 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/lib.rs:36:48
[INFO] [stdout]    |
[INFO] [stdout] 36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to_...
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 82 | /     test_impl!(
[INFO] [stdout] 83 | |         ps4,
[INFO] [stdout] 84 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 85 | |         Deswizzle,
[INFO] [stdout] ...  |
[INFO] [stdout] 91 | |         false
[INFO] [stdout] 92 | |     );
[INFO] [stdout]    | |_____- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 | /     test_impl!(
[INFO] [stdout]  94 | |         ps4,
[INFO] [stdout]  95 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout]  96 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |         false
[INFO] [stdout] 103 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc7-900x1080-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 | /     test_impl!(
[INFO] [stdout]  94 | |         ps4,
[INFO] [stdout]  95 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout]  96 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |         false
[INFO] [stdout] 103 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 | /     test_impl!(
[INFO] [stdout] 108 | |         ps4,
[INFO] [stdout] 109 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 110 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |         true
[INFO] [stdout] 117 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 107 | /     test_impl!(
[INFO] [stdout] 108 | |         ps4,
[INFO] [stdout] 109 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 110 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 116 | |         true
[INFO] [stdout] 117 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | /     test_impl!(
[INFO] [stdout] 119 | |         ps4,
[INFO] [stdout] 120 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 121 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         true
[INFO] [stdout] 128 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-rgba8-171x171-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 118 | /     test_impl!(
[INFO] [stdout] 119 | |         ps4,
[INFO] [stdout] 120 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 121 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 127 | |         true
[INFO] [stdout] 128 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | /     test_impl!(
[INFO] [stdout] 133 | |         ps4,
[INFO] [stdout] 134 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 135 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 141 | |         false
[INFO] [stdout] 142 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 | /     test_impl!(
[INFO] [stdout] 133 | |         ps4,
[INFO] [stdout] 134 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 135 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 141 | |         false
[INFO] [stdout] 142 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | /     test_impl!(
[INFO] [stdout] 144 | |         ps4,
[INFO] [stdout] 145 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 146 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         false
[INFO] [stdout] 153 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps4-bc5-512x512-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 | /     test_impl!(
[INFO] [stdout] 144 | |         ps4,
[INFO] [stdout] 145 | |         crate::swizzle::ps::Ps4,
[INFO] [stdout] 146 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 152 | |         false
[INFO] [stdout] 153 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 | /     test_impl!(
[INFO] [stdout] 158 | |         ps3,
[INFO] [stdout] 159 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 160 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |         true
[INFO] [stdout] 167 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 | /     test_impl!(
[INFO] [stdout] 158 | |         ps3,
[INFO] [stdout] 159 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 160 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 166 | |         true
[INFO] [stdout] 167 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | /     test_impl!(
[INFO] [stdout] 169 | |         ps3,
[INFO] [stdout] 170 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 171 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 177 | |         true
[INFO] [stdout] 178 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-rgba8-64x64-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | /     test_impl!(
[INFO] [stdout] 169 | |         ps3,
[INFO] [stdout] 170 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 171 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 177 | |         true
[INFO] [stdout] 178 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     test_impl!(
[INFO] [stdout] 183 | |         ps3,
[INFO] [stdout] 184 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 185 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |         true
[INFO] [stdout] 192 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     test_impl!(
[INFO] [stdout] 183 | |         ps3,
[INFO] [stdout] 184 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 185 | |         Deswizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 191 | |         true
[INFO] [stdout] 192 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:35:46
[INFO] [stdout]     |
[INFO] [stdout]  35 |                       let swizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, ".bin"))).to_vec();
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | /     test_impl!(
[INFO] [stdout] 194 | |         ps3,
[INFO] [stdout] 195 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 196 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |         true
[INFO] [stdout] 203 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../testdata/ps3-bc3-128x128-unswizzled.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:36:48
[INFO] [stdout]     |
[INFO] [stdout]  36 |                       let unswizzled_data = &mut include_bytes!(concat!("../testdata/", concat!($file_path, "-unswizzled.bin"))).to...
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | /     test_impl!(
[INFO] [stdout] 194 | |         ps3,
[INFO] [stdout] 195 | |         crate::swizzle::ps::Ps3,
[INFO] [stdout] 196 | |         Swizzle,
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |         true
[INFO] [stdout] 203 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `test_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SwizzleError`
[INFO] [stdout]   --> src/swizzle/ps.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use crate::swizzle::{Format, SwizzleError};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SwizzleError`
[INFO] [stdout]   --> src/swizzle/ps.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     use crate::swizzle::{Format, SwizzleError};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `align_resolution`
[INFO] [stdout]   --> src/swizzle/xbox.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         align_resolution: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_resolution`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `swizzleinator` (lib test) due to 20 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `align_resolution`
[INFO] [stdout]   --> src/swizzle/xbox.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |         align_resolution: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_align_resolution`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc", kill_on_drop: false }`
[INFO] [stdout] f62e11583ab9a1f9acfc7ec8f1ca73eeb95c8dff0018d08fd7fb855eb18dfadc
